type internal/runtime/cgroup.stringError
8 uses
internal/runtime/cgroup (current package)
cgroup_linux.go#L14: ErrNoCgroup error = stringError("not in a cgroup")
cgroup_linux.go#L16: errMalformedFile error = stringError("malformed file")
cgroup_linux.go#L654: var errInvalidEscape error = stringError("invalid path escape sequence")
line_reader.go#L13: type stringError string
line_reader.go#L15: func (e stringError) Error() string {
line_reader.go#L25: errIncompleteLine error = stringError("incomplete line")
line_reader.go#L28: errSyscallFailed error = stringError("syscall failed")
line_reader.go#L31: errEOF error = stringError("end of file")
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)